home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / misc.468 < prev    next >
Text File  |  1992-02-06  |  1KB  |  27 lines

  1. Webster empty no buttons
  2.  
  3. Q: Why don't the buttons of my Webster show up?
  4.  
  5. Q: In 1.0, when I invoke Webster through Request -> Define in Webster, Webster starts up, and my word is entered in the text field, and yet nothing shows up in the definitions window.  Furthermore, the buttons aren't there.  Why?
  6.  
  7. Q: In 2.0, when I invoke Webster through Services -> Define in Webster, Webster gives me an Alert panel "Ancillary material does not exist (~/Library/References/Dictionary//tiff) and "Dictionary files do not exist in ~/Library/References/Webster-Dictionary/.". And if I wait, my application gives me a panel "Error providing service Define in Webster". Webster starts up, and my word is entered in the text field, and yet nothing shows up in the definitions window.  Furthermore, the buttons aren't there.  Why?
  8.  
  9. A: You probably have a directory called /LocalLibrary/References or ~/Library/References, without Webster-Dictionary or Webster-Thesaurus subdirectories.  In 1.0, if this is the case, you can verify it by checking your console window in Workspace Manager.  Look for error messages of the form
  10.  
  11.     couldn't open '/LocalLibrary/References/Webster-Dictionary/source'
  12.     can't find Webster's Dictionary!
  13.  
  14. To correct the error, make two symbolic links in a Shell:
  15.  
  16.     ln -s /NextLibrary/References/Webster-* /LocalLibrary/References
  17.  
  18. and restart Websters.  (Substitute "~" for "/LocalLibrary" as appropriate.)
  19.  
  20.  
  21. QA468
  22.  
  23. Valid for 1.0 
  24. Valid for 2.0 
  25.  
  26.  
  27.